home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 233 / Computer Shopper 233 / ComputerShopperDVD233.iso / Games / Crazy Chicken Approaching / ccapproaching.exe / Crazy Chicken Approaching.res / startmenu.dfm / startmenu.txt < prev   
Encoding:
Text File  |  2006-11-30  |  3.6 KB  |  188 lines

  1. object frmDesign: TfrmDesign
  2.   Left = 373
  3.   Top = 157
  4.   HelpType = htKeyword
  5.   HelpKeyword = 'passingvariables'
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   BorderStyle = bsSingle
  8.   Caption = '$TITLE$'
  9.   ClientHeight = 360
  10.   ClientWidth = 497
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'Tahoma'
  16.   Font.Style = []
  17.   OldCreateOrder = True
  18.   Position = poDesigned
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 497
  25.     Height = 59
  26.     Picture.Data = {<image000.bmp>}
  27.     Stretch = True
  28.   end
  29.   object Label5: TLabel
  30.     Left = 40
  31.     Top = 176
  32.     Width = 124
  33.     Height = 13
  34.     Caption = 'Install this application for:'
  35.   end
  36.   object ISNT: TLabel
  37.     Left = 72
  38.     Top = 240
  39.     Width = 35
  40.     Height = 13
  41.     Caption = '$ISNT$'
  42.     Visible = False
  43.   end
  44.   object Label2: TLabel
  45.     Left = 40
  46.     Top = 112
  47.     Width = 77
  48.     Height = 13
  49.     Caption = '&Program Folder:'
  50.   end
  51.   object Label4: TLabel
  52.     Left = 40
  53.     Top = 72
  54.     Width = 401
  55.     Height = 33
  56.     AutoSize = False
  57.     Caption = 
  58.       'Setup will add program shortcuts to the Program Folder listed be' +
  59.       'low. You may type a new folder name, or accept the suggested nam' +
  60.       'e. Click Next to continue.'
  61.     Transparent = True
  62.     WordWrap = True
  63.   end
  64.   object Bevel2: TBevel
  65.     Left = -2
  66.     Top = 58
  67.     Width = 504
  68.     Height = 9
  69.     Shape = bsTopLine
  70.   end
  71.   object Label6: TLabel
  72.     Left = 37
  73.     Top = 24
  74.     Width = 313
  75.     Height = 13
  76.     Caption = 
  77.       'Select the location where you would like to create new shortcuts' +
  78.       '.'
  79.     Transparent = True
  80.   end
  81.   object Label1: TLabel
  82.     Left = 24
  83.     Top = 8
  84.     Width = 125
  85.     Height = 13
  86.     Caption = 'Select Program Folder'
  87.     Font.Charset = DEFAULT_CHARSET
  88.     Font.Color = clWindowText
  89.     Font.Height = -11
  90.     Font.Name = 'Tahoma'
  91.     Font.Style = [fsBold]
  92.     ParentFont = False
  93.     Transparent = True
  94.   end
  95.   object Label7: TLabel
  96.     Left = 5
  97.     Top = 306
  98.     Width = 60
  99.     Height = 13
  100.     Caption = 'InstallAware'
  101.     Enabled = False
  102.   end
  103.   object Bevel1: TBevel
  104.     Left = 68
  105.     Top = 314
  106.     Width = 430
  107.     Height = 9
  108.     Shape = bsTopLine
  109.   end
  110.   object Image2: TImage
  111.     Left = 384
  112.     Top = 0
  113.     Width = 137
  114.     Height = 58
  115.     Picture.Data = {<image001.bmp>}
  116.     Proportional = True
  117.     Stretch = True
  118.   end
  119.   object MenuGroup: TEdit
  120.     Tag = 1
  121.     Left = 40
  122.     Top = 128
  123.     Width = 401
  124.     Height = 21
  125.     Hint = 'STARTMENU'
  126.     TabOrder = 0
  127.   end
  128.   object AllUsers: TRzRadioButton
  129.     Left = 72
  130.     Top = 192
  131.     Width = 225
  132.     Height = 17
  133.     Hint = 'ALLUSERS'
  134.     Caption = '&Anyone who uses this computer (all users)'
  135.     Font.Charset = DEFAULT_CHARSET
  136.     Font.Color = clWindowText
  137.     Font.Height = -11
  138.     Font.Name = 'Tahoma'
  139.     Font.Style = []
  140.     ParentFont = False
  141.     TabOrder = 1
  142.   end
  143.   object MySelf: TRzRadioButton
  144.     Left = 72
  145.     Top = 208
  146.     Width = 153
  147.     Height = 17
  148.     Caption = 'Only for &me (current user)'
  149.     Checked = True
  150.     Font.Charset = DEFAULT_CHARSET
  151.     Font.Color = clWindowText
  152.     Font.Height = -11
  153.     Font.Name = 'Tahoma'
  154.     Font.Style = []
  155.     ParentFont = False
  156.     TabOrder = 2
  157.     TabStop = True
  158.   end
  159.   object Cancel: TButton
  160.     Tag = 3
  161.     Left = 412
  162.     Top = 325
  163.     Width = 75
  164.     Height = 23
  165.     Caption = 'Cancel'
  166.     TabOrder = 5
  167.   end
  168.   object Next: TButton
  169.     Tag = 1
  170.     Left = 325
  171.     Top = 325
  172.     Width = 75
  173.     Height = 23
  174.     Caption = '&Next >'
  175.     Default = True
  176.     TabOrder = 3
  177.   end
  178.   object Back: TButton
  179.     Tag = 2
  180.     Left = 249
  181.     Top = 325
  182.     Width = 75
  183.     Height = 23
  184.     Caption = '< &Back'
  185.     TabOrder = 4
  186.   end
  187. end
  188.